Manage User Records with REST Services
You can create user records with the ExistingPerson REST service.
Note: There is a 1:1 relationship between PEOPLE and USERS. Creating a second USERS record for a person, could cause undefined behaviour in ebs.
To create a user record you will need the following.
Property Name | Field values |
---|---|
<<username>> |
The user's login name (for example: john.doe). The login name field is limited to 30 characters and must be unique. The login name is used during authentication and to populate the CREATED_BY and UPDATED_BY fields that are created/updated by that user. Note: As the login name field is limited to 30 characters, it i recommend that the user's login username is used rather than their email address (for example: john.doe is preferred to john.doe@college.ac.uk). |
<<personcode>> | The person_code associated with this user (for example: 123456). |